home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / DELETE.### < prev    next >
Text File  |  1985-02-06  |  1KB  |  24 lines

  1. COMMAND:  DELETE                                DOCUMENTATION: None
  2.  
  3. FUNCTION: Deletes specified files in the current directory with user prompting.
  4.  
  5. FORMAT:   DELETE filename[.ext]
  6.  
  7. TYPE:     Public domain software (D.N.Ikle,1671 Newport St.,Denver,CO 80220)
  8.  
  9. REMARKS:  DELETE is a batch file command, requiring the Extended Batch
  10.           Language, that provides some protection against accidental erasure
  11.           of files. A file specification, which may contain global characters,
  12.           must be supplied and the file(s) must be in the current directory.
  13.           Before the files are deleted, the file specification and the name
  14.           of the default directory are displayed. The user is then prompted
  15.           to continue or to terminate execution without deleting the files.
  16.           If the choice is to continue, the file specification is passed to
  17.           the DOS command ERASE, and the specified files are deleted. Error
  18.           messages are displayed and execution terminates if the file does not
  19.           exist in the current directory, if a path name was entered, or if
  20.           no file was specified. The DOS command DEL has been aliased to
  21.           DELETE by use of the alias file option of the public domain utility
  22.           DOSEDIT, which is installed in the AUTOEXEC.BAT file.
  23.  
  24.